home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'AHMSystem.pas' rev: 3.00
-
- #ifndef AHMSystemHPP
- #define AHMSystemHPP
- #include <ShellAPI.hpp>
- #include <Dialogs.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Windows.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Ahmsystem
- {
- //-- type declarations -------------------------------------------------------
- typedef SmallString<37> TAHMAboutStr;
-
- typedef SmallString<37> TAHMExecSysStr;
-
- typedef bool TROBoolean;
-
- typedef System::AnsiString TROString;
-
- typedef int TROInteger;
-
- enum TAHMBeeptype { bNone, bDefault, bAsterix, bExclamation, bQuestion, bCriticalStop };
-
- class DELPHICLASS TAHMSystemsComponent;
- class PASCALIMPLEMENTATION TAHMSystemsComponent : public Classes::TComponent
- {
- typedef Classes::TComponent inherited;
-
- private:
- TAHMAboutStr FAHMAboutStr;
-
- public:
- __fastcall virtual TAHMSystemsComponent(Classes::TComponent* AOwner);
-
- __published:
- __property TAHMAboutStr About = {read=FAHMAboutStr, write=FAHMAboutStr, stored=false};
- public:
- /* TComponent.Destroy */ __fastcall virtual ~TAHMSystemsComponent(void) { }
-
- };
-
- class DELPHICLASS TAHMExecuteComponent;
- class PASCALIMPLEMENTATION TAHMExecuteComponent : public Ahmsystem::TAHMSystemsComponent
- {
- typedef Ahmsystem::TAHMSystemsComponent inherited;
-
- private:
- TAHMExecSysStr FAHMExecSysStr;
-
- public:
- virtual bool __fastcall Execute(void);
-
- __published:
- __property About ;
- __property TAHMExecSysStr DesignExecute = {read=FAHMExecSysStr, write=FAHMExecSysStr, stored=false}
- ;
- public:
- /* TAHMSystemsComponent.Create */ __fastcall virtual TAHMExecuteComponent(Classes::TComponent* AOwner
- ) : Ahmsystem::TAHMSystemsComponent(AOwner) { }
-
- public:
- /* TComponent.Destroy */ __fastcall virtual ~TAHMExecuteComponent(void) { }
-
- };
-
- class DELPHICLASS TAHMAdvancedExecComponent;
- class PASCALIMPLEMENTATION TAHMAdvancedExecComponent : public Ahmsystem::TAHMExecuteComponent
- {
- typedef Ahmsystem::TAHMExecuteComponent inherited;
-
- private:
- TAHMBeeptype FBeepType;
-
- public:
- virtual bool __fastcall Execute(void);
-
- __published:
- __property About ;
- __property TAHMBeeptype Sound = {read=FBeepType, write=FBeepType, default=0};
- public:
- /* TAHMSystemsComponent.Create */ __fastcall virtual TAHMAdvancedExecComponent(Classes::TComponent*
- AOwner) : Ahmsystem::TAHMExecuteComponent(AOwner) { }
-
- public:
- /* TComponent.Destroy */ __fastcall virtual ~TAHMAdvancedExecComponent(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
- extern PACKAGE void __fastcall BuildSystemDetails(void);
-
- } /* namespace Ahmsystem */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Ahmsystem;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // AHMSystem
-